github.com/gotd/td/tg.InputMediaUploadedDocument.Thumb (field)
9 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L1082: Thumb InputFileClass
tl_input_media_gen.go#L1132: if !(i.Thumb == nil) {
tl_input_media_gen.go#L1177: i.Thumb = val
tl_input_media_gen.go#L1272: if !(i.Thumb == nil) {
tl_input_media_gen.go#L1308: if i.Thumb == nil {
tl_input_media_gen.go#L1311: if err := i.Thumb.Encode(b); err != nil {
tl_input_media_gen.go#L1378: i.Thumb = value
tl_input_media_gen.go#L1499: i.Thumb = value
tl_input_media_gen.go#L1511: return i.Thumb, true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |